@charset "UTF-8";

/*--------Breadcrumbs CSS---------*/

body {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  background-color: #a9a9a92e;
  background-attachment: fixed;
}

.notice-board .ntc-btn {
  background-color: #4CAF50;
  border: none;
  padding: 2px 4px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.notice-board .ntc-btn {
  width: 100%;
  background-color: white;
  border: 1px solid #4CAF50;
}

.notice-board .ntc-btn a {
  color: red;
}

.notice-board .ntc-btn:hover {
  background-color: #4CAF50;
}

.notice-board .ntc-btn:hover a:hover {
  color: white;
}

.notice-girls {
  margin-top: 0px;
}

@media screen and (max-width: 2100px) {
  .achievements {
    margin-top: 0px;
  }
}

@media screen and (max-width: 1900px) {
  .achievements {
    margin-top: 0px;
  }
}

@media screen and (max-width: 1800px) {
  .achievements {
    margin-top: 0px;
  }
}

@media screen and (max-width: 1700px) {
  .achievements {
    margin-top: 0px;
  }
}

@media screen and (max-width: 1600px) {
  .achievements {
    margin-top: 0px;
  }
}

@media screen and (max-width: 1500px) {
  .achievements {
    margin-top: 0px;
  }
}

@media screen and (max-width: 1400px) {
  .achievements {
    margin-top: 0px;
  }
}

@media screen and (max-width: 1300px) {
  .achievements {
    margin-top: 0px;
  }
}

@media screen and (max-width: 1199px) {
  .achievements {
    margin-top: 0px;
  }
}

@media screen and (max-width: 991px) {
  .achievements {
    margin-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  .achievements {
    margin-top: 0px;
  }
}

@media screen and (max-width: 576px) {
  .achievements {
    margin-top: 0px;
  }
}

@media screen and (max-width: 400px) {
  .achievements {
    margin-top: 0px;
  }
}

@media screen and (max-width: 320px) {
  .achievements {
    margin-top: 0px;
  }
}

.notice {
  height: 350px;
  margin-top: 5px;
}

@media screen and (max-width: 2100px) {
  .notice {
    margin-top: 7px;
  }
}

@media screen and (max-width: 1900px) {
  .notice {
    margin-top: 7px;
  }
}

@media screen and (max-width: 1800px) {
  .notice {
    margin-top: 7px;
  }
}

@media screen and (max-width: 1700px) {
  .notice {
    margin-top: 7px;
  }
}

@media screen and (max-width: 1600px) {
  .notice {
    margin-top: 7px;
  }
}

@media screen and (max-width: 1500px) {
  .notice {
    margin-top: 7px;
  }
}

@media screen and (max-width: 1400px) {
  .notice {
    margin-top: 7px;
  }
}

@media screen and (max-width: 1300px) {
  .notice {
    margin-top: 7px;
  }
}

@media screen and (max-width: 1199px) {
  .notice {
    margin-top: 5px;
  }
}

@media screen and (max-width: 991px) {
  .notice {
    margin-top: 2px;
  }
}

@media screen and (max-width: 767px) {
  .notice {
    height: auto;
    margin-top: 2px;
  }
}

@media screen and (max-width: 576px) {
  .notice {
    height: auto;
    margin-top: 2px;
  }
}

@media screen and (max-width: 400px) {
  .notice {
    height: auto;
    margin-top: 2px;
  }
}

@media screen and (max-width: 320px) {
  .notice {
    height: auto;
    margin-top: 2px;
  }
}

.temporaryNotice {
  margin-top: 10px;
}

@-webkit-keyframes blinkingText {
  0% {
    color: red;
  }

  49% {
    color: red;
  }

  60% {
    color: transparent;
  }

  99% {
    color: transparent;
  }

  100% {
    color: red;
  }
}

@keyframes blinkingText {
  0% {
    color: red;
  }

  49% {
    color: red;
  }

  60% {
    color: transparent;
  }

  99% {
    color: transparent;
  }

  100% {
    color: red;
  }
}

.text-white {
  color: #fff !important;
}

.list-inline > li {
  display: inline-block;
}

.menu-toggle-btn {
  color: white;
}

.main_slider_img {
  width: 100%;
  height: 300px;
}

.carousel-indicators {
  display: none;
}

.shadow h4 {
  color: #fff;
}

.shadow h4 a {
  color: #fff;
}

/*testimonial*/

.shadow h2 {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  margin: 10px 0 40px;
}

.shadow h2::after {
  content: "";
  width: 100px;
  position: absolute;
  margin: 0 auto;
  height: 4px;
  border-radius: 1px;
  background: #1c47e3;
  left: 0;
  right: 0;
  bottom: -20px;
}

.carousel .carousel-item {
  color: #999;
  overflow: hidden;
  min-height: 120px;
  font-size: 13px;
}

.carousel .media img {
  width: 100px;
  height: 100px;
  display: block;
  border-radius: 50%;
}

.carousel .testimonial {
  padding: 0 15px 0 60px;
  position: relative;
}

.carousel .testimonial::before {
  content: "\201C";
  color: #e2e2e2;
  font-weight: bold;
  font-size: 68px;
  line-height: 54px;
  position: absolute;
  left: 15px;
  top: 0;
}

.carousel .overview b {
  text-transform: uppercase;
  color: #1c47e3;
}

.carousel .carousel-indicators {
  bottom: -40px;
}

.carousel-indicators li,
.carousel-indicators li.active {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 1px 3px;
  box-sizing: border-box;
}

.carousel-indicators li {
  background: #e2e2e2;
  border: 4px solid #fff;
}

.carousel-indicators li.active {
  color: #fff;
  background: #1c47e3;
  border: 5px double;
}

.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y !important;
}

.top-info-area .bd-example {
  margin-bottom: 20px;
}

.top-info-area .carousel-item {
  text-align: center;
}

.top-info-area {
  padding: 0;
  background-color: #a9a9a92e;
}

.top-info-area h3 {
  font-size: 28px;
  color: #111;
  position: relative;
  margin-bottom: 22px;
  padding-bottom: 5px;
  font-weight: bold;
}

.top-info-area h3:after {
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 50px;
}

.top-info-area .bd-example .carousel-inner {
  height: 440px;
  background: #F7F8FA;
  color: #000;
}

.top-info-area .bd-example .carousel-inner h5 {
  color: #000;
}

.top-info-area .bd-example .carousel-inner p {
  color: #000;
}

.top-info-area .bd-example .carousel-caption {
  bottom: unset;
}

.top-info-area p {
  text-align: justify;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: normal;
  word-break: break-word;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: -140px;
}

.top-info-area .btn-clr-red {
  color: #fff;
  border-color: #ff0000;
  font-size: 14px;
  padding: 10px 26px;
  border-radius: 6px;
  display: inline-block;
  margin-bottom: 25px;
}

.top-info-area .carousel-caption {
  text-align: center;
  color: #111111;
}

.top-info-area .carousel-caption h4 {
  font-size: 20px;
  font-weight: bold;
}

.slider_img img {
  padding: 0.25rem;
  background-color: #f8fafc;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
}

@media screen and (max-width: 1199px) {
  .slider_img img {
    width: 100%;
    height: 327px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media screen and (max-width: 991px) {
  .slider_img img {
    width: 100%;
    height: 252px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media screen and (max-width: 767px) {
  .slider_img img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media screen and (max-width: 576px) {
  .slider_img img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media screen and (max-width: 400px) {
  .slider_img img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media screen and (max-width: 320px) {
  .slider_img img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.message_of {
  margin-top: -16px;
  font-size: 14px;
}

.message_corner_area:not(:first-child) {
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  .message_corner_area:not(:first-child) {
    margin-top: 6px;
  }
}

@media screen and (max-width: 767px) {
  .message_corner_area:not(:first-child) {
    margin-top: 6px;
  }
}

@media screen and (max-width: 576px) {
  .message_corner_area:not(:first-child) {
    margin-top: 6px;
  }
}

@media screen and (max-width: 400px) {
  .message_corner_area:not(:first-child) {
    margin-top: 6px;
  }
}

@media screen and (max-width: 320px) {
  .message_corner_area:not(:first-child) {
    margin-top: 6px;
  }
}

.message_corner {
  height: 294px;
  color: #000;
}

@media screen and (max-width: 2100px) {
  .message_corner {
    height: 350px;
  }
}

@media screen and (max-width: 1900px) {
  .message_corner {
    height: 350px;
  }
}

@media screen and (max-width: 1800px) {
  .message_corner {
    height: 350px;
  }
}

@media screen and (max-width: 1700px) {
  .message_corner {
    height: 350px;
  }
}

@media screen and (max-width: 1600px) {
  .message_corner {
    height: 350px;
  }
}

@media screen and (max-width: 1500px) {
  .message_corner {
    height: 350px;
  }
}

@media screen and (max-width: 1400px) {
  .message_corner {
    height: 350px;
  }
}

@media screen and (max-width: 1300px) {
  .message_corner {
    height: 350px;
  }
}

@media screen and (max-width: 1199px) {
  .message_corner {
    height: 350px;
  }
}

@media screen and (max-width: 991px) {
  .message_corner {
    height: 344px;
  }
}

@media screen and (max-width: 767px) {
  .message_corner {
    height: auto;
  }
}

@media screen and (max-width: 576px) {
  .message_corner {
    height: auto;
  }
}

@media screen and (max-width: 400px) {
  .message_corner {
    height: auto;
  }
}

@media screen and (max-width: 320px) {
  .message_corner {
    height: auto;
  }
}

.readmore {
  position: absolute;
  bottom: 8px;
  right: 25px;
}

.notice-readmore {
  position: absolute;
  bottom: 8px;
  right: 25px;
}

@media screen and (max-width: 767px) {
  .notice-readmore {
    position: inherit;
  }
}

@media screen and (max-width: 576px) {
  .notice-readmore {
    position: inherit;
  }
}

@media screen and (max-width: 400px) {
  .notice-readmore {
    position: inherit;
  }
}

@media screen and (max-width: 320px) {
  .notice-readmore {
    position: inherit;
  }
}

.message_img img {
  margin-top: 20px;
  padding: 0.25rem;
  background-color: #f8fafc;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  width: 120px;
  height: 140px;
}

@media screen and (max-width: 1199px) {
  .message_img img {
    margin-top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    -o-object-fit: contain;
       object-fit: contain;
    width: 140px;
    height: 130px;
  }
}

@media screen and (max-width: 991px) {
  .message_img img {
    margin-top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    -o-object-fit: contain;
       object-fit: contain;
    width: 140px;
    height: 150px;
  }
}

@media screen and (max-width: 767px) {
  .message_img img {
    margin-top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    -o-object-fit: contain;
       object-fit: contain;
    width: 140px;
    height: 150px;
  }
}

@media screen and (max-width: 576px) {
  .message_img img {
    margin-top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    -o-object-fit: contain;
       object-fit: contain;
    width: 140px;
    height: 150px;
  }
}

@media screen and (max-width: 400px) {
  .message_img img {
    margin-top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    -o-object-fit: contain;
       object-fit: contain;
    width: 140px;
    height: 150px;
  }
}

@media screen and (max-width: 320px) {
  .message_img img {
    margin-top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    -o-object-fit: contain;
       object-fit: contain;
    width: 140px;
    height: 150px;
  }
}

.important-information {
  height: 295px;
}

@media screen and (max-width: 2100px) {
  .important-information {
    height: 350px;
  }
}

@media screen and (max-width: 1900px) {
  .important-information {
    height: 350px;
  }
}

@media screen and (max-width: 1800px) {
  .important-information {
    height: 350px;
  }
}

@media screen and (max-width: 1700px) {
  .important-information {
    height: 350px;
  }
}

@media screen and (max-width: 1600px) {
  .important-information {
    height: 350px;
  }
}

@media screen and (max-width: 1500px) {
  .important-information {
    height: 350px;
  }
}

@media screen and (max-width: 1400px) {
  .important-information {
    height: 350px;
  }
}

@media screen and (max-width: 1300px) {
  .important-information {
    height: 350px;
  }
}

@media screen and (max-width: 1199px) {
  .important-information {
    height: 350px;
  }
}

@media screen and (max-width: 991px) {
  .important-information {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .important-information {
    height: auto;
    margin-top: 2px;
  }
}

@media screen and (max-width: 576px) {
  .important-information {
    height: auto;
    margin-top: 2px;
  }
}

@media screen and (max-width: 400px) {
  .important-information {
    height: auto;
    margin-top: 2px;
  }
}

@media screen and (max-width: 320px) {
  .important-information {
    height: auto;
    margin-top: 2px;
  }
}

@media screen and (max-width: 2100px) {
  .important-information a {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .important-information a {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .important-information a {
    font-size: 16px;
  }
}

@media screen and (max-width: 576px) {
  .important-information a {
    font-size: 16px;
  }
}

@media screen and (max-width: 400px) {
  .important-information a {
    font-size: 14px;
  }
}

@media screen and (max-width: 320px) {
  .important-information a {
    font-size: 12px;
  }
}

.result-info {
  margin-top: 6px;
}

@media screen and (max-width: 767px) {
  .result-info {
    margin-top: 0px;
  }
}

@media screen and (max-width: 576px) {
  .result-info {
    margin-top: 0px;
  }
}

@media screen and (max-width: 400px) {
  .result-info {
    margin-top: 0px;
  }
}

@media screen and (max-width: 320px) {
  .result-info {
    margin-top: 0px;
  }
}

.why-best {
  margin-top: 6px;
}

@media screen and (max-width: 767px) {
  .why-best {
    margin-top: 0px;
  }
}

@media screen and (max-width: 576px) {
  .why-best {
    margin-top: 0px;
  }
}

@media screen and (max-width: 400px) {
  .why-best {
    margin-top: 0px;
  }
}

@media screen and (max-width: 320px) {
  .why-best {
    margin-top: 0px;
  }
}

.mother {
  background-color: white;
  padding: 10px;
}

.mother1 {
  background-color: white;
  padding: 0;
  margin-bottom: 1%;
}

.about {
  height: 348px;
  margin-top: 5px;
}

@media screen and (max-width: 2100px) {
  .about {
    height: 352px;
  }
}

@media screen and (max-width: 1900px) {
  .about {
    height: 352px;
  }
}

@media screen and (max-width: 1800px) {
  .about {
    height: 352px;
  }
}

@media screen and (max-width: 1700px) {
  .about {
    height: 352px;
  }
}

@media screen and (max-width: 1600px) {
  .about {
    height: 352px;
  }
}

@media screen and (max-width: 1500px) {
  .about {
    height: 352px;
  }
}

@media screen and (max-width: 1400px) {
  .about {
    height: 352px;
  }
}

@media screen and (max-width: 1300px) {
  .about {
    margin-top: 6px;
  }
}

@media screen and (max-width: 1199px) {
  .about {
    margin-top: 5px;
  }
}

@media screen and (max-width: 991px) {
  .about {
    margin-top: 5px;
  }
}

@media screen and (max-width: 767px) {
  .about {
    height: auto;
    margin-top: 2px;
  }
}

@media screen and (max-width: 767px) {
  .about {
    height: auto;
    margin-top: 2px;
  }
}

@media screen and (max-width: 576px) {
  .about {
    height: auto;
    margin-top: 2px;
  }
}

@media screen and (max-width: 400px) {
  .about {
    height: auto;
    margin-top: 2px;
  }
}

@media screen and (max-width: 320px) {
  .about {
    height: auto;
    margin-top: 2px;
  }
}

.about_img {
  padding: 0.25rem;
  background-color: #f8fafc;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  width: 250px;
  height: 260px;
  float: left;
  margin: 0 10px 10px 0;
}

/*--------About Page---------*/

.aboutus {
  padding-top: 30px;
  padding-bottom: 30px;
}

.aboutus h3 {
  font-size: 14px;
  color: #111;
  font-weight: 700;
}

.aboutus p {
  font-size: 14px;
  color: #777;
  margin-bottom: 20px;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

ul {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .image-gallery {
    text-align: center;
    margin: 0 auto;
  }
}

@media screen and (max-width: 576px) {
  .image-gallery {
    text-align: center;
    margin: 0 auto;
  }
}

@media screen and (max-width: 400px) {
  .image-gallery {
    text-align: center;
    margin: 0 auto;
  }
}

@media screen and (max-width: 320px) {
  .image-gallery {
    text-align: center;
    margin: 0 auto;
  }
}

.img_gallery4 {
  width: 160px;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 2100px) {
  .img_gallery4 {
    width: 160px;
    height: 140px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media screen and (max-width: 1900px) {
  .img_gallery4 {
    width: 160px;
    height: 140px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media screen and (max-width: 1800px) {
  .img_gallery4 {
    width: 160px;
    height: 140px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media screen and (max-width: 1700px) {
  .img_gallery4 {
    width: 160px;
    height: 140px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media screen and (max-width: 1600px) {
  .img_gallery4 {
    width: 160px;
    height: 140px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media screen and (max-width: 1500px) {
  .img_gallery4 {
    width: 160px;
    height: 140px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media screen and (max-width: 1400px) {
  .img_gallery4 {
    width: 160px;
    height: 140px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media screen and (max-width: 1300px) {
  .img_gallery4 {
    width: 160px;
    height: 140px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media screen and (max-width: 1199px) {
  .img_gallery4 {
    width: 160px;
    height: 130px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media screen and (max-width: 767px) {
  .img_gallery4 {
    width: 160px;
    height: 140px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media screen and (max-width: 576px) {
  .img_gallery4 {
    width: 160px;
    height: 140px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media screen and (max-width: 400px) {
  .img_gallery4 {
    width: 144px;
    height: 130px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media screen and (max-width: 320px) {
  .img_gallery4 {
    width: 100px;
    height: 110px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.teacher-info {
  margin-top: 6px;
}

@media screen and (max-width: 767px) {
  .teacher-info {
    margin-top: 0px;
  }
}

@media screen and (max-width: 576px) {
  .teacher-info {
    margin-top: 0px;
  }
}

@media screen and (max-width: 400px) {
  .teacher-info {
    margin-top: 0px;
  }
}

@media screen and (max-width: 320px) {
  .teacher-info {
    margin-top: 0px;
  }
}

.event-info {
  margin-top: 6px;
}

@media screen and (max-width: 2100px) {
  .event-info {
    margin-top: 0px;
  }
}

@media screen and (max-width: 1900px) {
  .event-info {
    margin-top: 0px;
  }
}

@media screen and (max-width: 1800px) {
  .event-info {
    margin-top: 0px;
  }
}

@media screen and (max-width: 1700px) {
  .event-info {
    margin-top: 0px;
  }
}

@media screen and (max-width: 1600px) {
  .event-info {
    margin-top: 0px;
  }
}

@media screen and (max-width: 1500px) {
  .event-info {
    margin-top: 0px;
  }
}

@media screen and (max-width: 1400px) {
  .event-info {
    margin-top: 0px;
  }
}

@media screen and (max-width: 1300px) {
  .event-info {
    margin-top: 0px;
  }
}

@media screen and (max-width: 1199px) {
  .event-info {
    margin-top: 0px;
  }
}

@media screen and (max-width: 991px) {
  .event-info {
    margin-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  .event-info {
    margin-top: 0px;
  }
}

@media screen and (max-width: 576px) {
  .event-info {
    margin-top: 0px;
  }
}

@media screen and (max-width: 400px) {
  .event-info {
    margin-top: 0px;
  }
}

@media screen and (max-width: 320px) {
  .event-info {
    margin-top: 0px;
  }
}

.employee-name {
  text-align: center;
  margin: 0 auto;
}

.employee-name .img_gallery4 {
  width: 130px;
  height: 140px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 2100px) {
  .employee-name .img_gallery4 {
    width: 136px;
    height: 150px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media screen and (max-width: 1900px) {
  .employee-name .img_gallery4 {
    width: 136px;
    height: 150px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media screen and (max-width: 1800px) {
  .employee-name .img_gallery4 {
    width: 136px;
    height: 150px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media screen and (max-width: 1700px) {
  .employee-name .img_gallery4 {
    width: 136px;
    height: 150px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media screen and (max-width: 1600px) {
  .employee-name .img_gallery4 {
    width: 136px;
    height: 150px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media screen and (max-width: 1500px) {
  .employee-name .img_gallery4 {
    width: 136px;
    height: 150px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media screen and (max-width: 1400px) {
  .employee-name .img_gallery4 {
    width: 136px;
    height: 150px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media screen and (max-width: 1300px) {
  .employee-name .img_gallery4 {
    width: 144px;
    height: 160px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media screen and (max-width: 1199px) {
  .employee-name .img_gallery4 {
    width: 144px;
    height: 140px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media screen and (max-width: 767px) {
  .employee-name .img_gallery4 {
    width: 144px;
    height: 160px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media screen and (max-width: 576px) {
  .employee-name .img_gallery4 {
    width: 144px;
    height: 160px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media screen and (max-width: 400px) {
  .employee-name .img_gallery4 {
    width: 120px;
    height: 130px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media screen and (max-width: 320px) {
  .employee-name .img_gallery4 {
    width: 100px;
    height: 110px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.employee-name p {
  font-size: 12px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 991px) {
  .employee-name p {
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media screen and (max-width: 767px) {
  .employee-name p {
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media screen and (max-width: 576px) {
  .employee-name p {
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media screen and (max-width: 400px) {
  .employee-name p {
    font-size: 12px;
    text-align: center;
    white-space: normal;
  }
}

@media screen and (max-width: 320px) {
  .employee-name p {
    font-size: 12px;
    text-align: center;
    white-space: normal;
  }
}

.gallery-info {
  margin-top: 6px;
}

@media screen and (max-width: 767px) {
  .gallery-info {
    margin-top: 0px;
  }
}

@media screen and (max-width: 576px) {
  .gallery-info {
    margin-top: 0px;
  }
}

@media screen and (max-width: 400px) {
  .gallery-info {
    margin-top: 0px;
  }
}

@media screen and (max-width: 320px) {
  .gallery-info {
    margin-top: 0px;
  }
}

.video-info {
  margin-top: 6px;
}

@media screen and (max-width: 767px) {
  .video-info {
    margin-top: 0px;
  }
}

@media screen and (max-width: 576px) {
  .video-info {
    margin-top: 0px;
  }
}

@media screen and (max-width: 400px) {
  .video-info {
    margin-top: 0px;
  }
}

@media screen and (max-width: 320px) {
  .video-info {
    margin-top: 0px;
  }
}

.location-info {
  margin-top: 18px;
  bottom: 15px;
}

@media screen and (max-width: 767px) {
  .location-info {
    margin-top: 16px;
  }
}

@media screen and (max-width: 576px) {
  .location-info {
    margin-top: 16px;
  }
}

@media screen and (max-width: 400px) {
  .location-info {
    margin-top: 16px;
  }
}

@media screen and (max-width: 320px) {
  .location-info {
    margin-top: 16px;
  }
}

.video_gallery {
  height: 550px;
}

.video_gallery4 {
  height: 260px;
}

@media screen and (max-width: 400px) {
  .video_gallery4 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

.video {
  width: 100%;
  height: 90%;
}

div.featured {
  font-size: 1.4em;
  background-color: light-yellow;
}

.ticker_icon {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 991px) {
  .ticker_icon {
    text-align: right;
  }
}

@media screen and (max-width: 991px) {
  #ticker-next {
    margin-right: 20px;
  }
}

@media screen and (max-width: 991px) {
  #boys-next {
    margin-right: 20px;
  }
}

@media screen and (max-width: 991px) {
  #girl-next {
    margin-right: 20px;
  }
}

@media screen and (max-width: 991px) {
  #event-next {
    margin-right: 20px;
  }
}

#ticker-previous {
  margin-right: 40px;
}

@media screen and (max-width: 991px) {
  #ticker-previous {
    margin-right: auto !important;
  }
}

@media screen and (max-width: 767px) {
  #ticker-previous {
    margin-left: 18px;
  }
}

@media screen and (max-width: 576px) {
  #ticker-previous {
    margin-left: 18px;
  }
}

@media screen and (max-width: 400px) {
  #ticker-previous {
    margin-left: 18px;
  }
}

#general_notice {
  height: 250px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}

#general_notice li {
  display: block;
}

/*boys*/

#boys-previous {
  margin-right: 40px;
}

@media screen and (max-width: 991px) {
  #boys-previous {
    margin-right: auto !important;
  }
}

@media screen and (max-width: 767px) {
  #boys-previous {
    margin-left: 18px;
  }
}

@media screen and (max-width: 576px) {
  #boys-previous {
    margin-left: 18px;
  }
}

@media screen and (max-width: 400px) {
  #boys-previous {
    margin-left: 18px;
  }
}

#boys_notice {
  height: 250px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}

#boys_notice li {
  display: block;
}

/*Girls*/

#girl-previous {
  margin-right: 40px;
}

@media screen and (max-width: 991px) {
  #girl-previous {
    margin-right: auto !important;
  }
}

@media screen and (max-width: 767px) {
  #girl-previous {
    margin-left: 18px;
  }
}

@media screen and (max-width: 576px) {
  #girl-previous {
    margin-left: 18px;
  }
}

@media screen and (max-width: 400px) {
  #girl-previous {
    margin-left: 18px;
  }
}

#girl_notice {
  height: 250px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}

#girl_notice li {
  display: block;
}

/*event_notice*/

#event-previous {
  margin-right: 40px;
}

@media screen and (max-width: 991px) {
  #event-previous {
    margin-right: auto !important;
  }
}

@media screen and (max-width: 767px) {
  #event-previous {
    margin-left: 18px;
  }
}

@media screen and (max-width: 576px) {
  #event-previous {
    margin-left: 18px;
  }
}

@media screen and (max-width: 400px) {
  #event-previous {
    margin-left: 18px;
  }
}

@media screen and (max-width: 991px) {
  .event-notice {
    height: 392px;
  }
}

#event_notice {
  height: 250px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}

#event_notice li {
  display: block;
}

hr {
  margin-top: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/*--------Event-area---------*/

.event-date ul {
  list-style: none;
  padding-left: 0;
  margin-top: 15px;
  margin-bottom: 15px;
  display: table-caption;
  text-align: center;
}

.event-date ul li {
  font-size: 20px;
  color: #fff;
  line-height: 23px;
}

.event-date {
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 14%;
}

.event .media-body {
  display: table-cell;
  vertical-align: top;
  padding-left: 15px;
}

.event .media-body h4 {
  margin-bottom: 0PX;
}

.event .media-body h4 a {
  font-size: 15px;
  font-weight: 600;
  color: #111111;
  line-height: 1.42857143;
  line-height: 23px;
  display: block;
  text-decoration: none;
}

.bxsdr .event {
  margin-bottom: 15px;
}

.event .media-body span {
  color: #777777;
  font-size: 13px;
}

.bxsdr {
  max-height: 240px;
  overflow-y: scroll;
}

/*--------choose-area---------*/

.choose-area {
  margin-top: 30px;
  background: #f7f7f7;
}

.choose-area h3 {
  text-align: center;
  color: #000;
  font-size: 30px;
  font-weight: bold;
  padding-top: 35px;
  padding-bottom: 35px;
}

.choose-area p {
  text-align: center;
  color: #000;
  font-size: 14px;
}

.choose-area .bx-cont h3 {
  font-size: 18px;
  padding-bottom: 8px;
  padding-top: 8px;
}

.choose-area .bx-cont .con-box {
  margin-bottom: 45px;
  background: #fff;
  padding: 20px;
}

.choose-area .bx-cont .con-box:hover .clr-red {
  background-color: #000;
}

.choose-area .bx-cont .con-box:hover {
  box-shadow: 0 10px 5px 0 rgba(14, 15, 16, 0.1);
  transition: all 0.3s ease;
}

.choose-area .bx-cont .con-box .clr-red-btn:hover {
  background-color: #000;
}

.con-box h2 {
  border-radius: 100%;
  display: inline-block;
  padding: 15px;
  color: #fff;
  width: 70px;
}

.event-area {
  padding: 30px 0;
}

.get-free-registration {
  background: #eeeeee;
  padding: 0 5px 15px;
}

.get-free-registration a {
  display: block;
  text-align: center;
  font-size: 15px;
  margin-bottom: 15px;
}

.get-free-registration form .form-control {
  border-radius: 0;
  box-shadow: none;
  height: 49px;
  border: 1px solid #eeeeee;
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.event-area h3 {
  font-size: 28px;
  color: #111;
  position: relative;
  margin-bottom: 22px;
  padding-bottom: 5px;
  font-weight: bold;
}

.event-area h3:after {
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 50px;
}

.event-area .bd-example .newcomer-overlay {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(1, 0, 1, 0.6);
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  padding-top: 30%;
}

#calendar {
  height: 670px;
}

@media screen and (max-width: 2100px) {
  #calendar {
    height: 640px;
  }
}

@media screen and (max-width: 1900px) {
  #calendar {
    height: 640px;
  }
}

@media screen and (max-width: 1800px) {
  #calendar {
    height: 640px;
  }
}

@media screen and (max-width: 1700px) {
  #calendar {
    height: 640px;
  }
}

@media screen and (max-width: 1600px) {
  #calendar {
    height: 640px;
  }
}

@media screen and (max-width: 1500px) {
  #calendar {
    height: 640px;
  }
}

@media screen and (max-width: 1400px) {
  #calendar {
    height: 640px;
  }
}

@media screen and (max-width: 1300px) {
  #calendar {
    height: 640px;
  }
}

@media screen and (max-width: 1199px) {
  #calendar {
    height: 636px;
  }
}

@media screen and (max-width: 991px) {
  #calendar {
    width: 178%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  #calendar {
    width: 101%;
    height: auto;
  }
}

@media screen and (max-width: 576px) {
  #calendar {
    height: auto;
  }
}

@media screen and (max-width: 400px) {
  #calendar {
    height: auto;
  }
}

@media screen and (max-width: 320px) {
  #calendar {
    height: auto;
  }
}

@media screen and (max-width: 991px) {
  .fc-button-group {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .fc-button-group {
    display: none !important;
  }
}

@media screen and (max-width: 576px) {
  .fc-button-group {
    display: none !important;
  }
}

@media screen and (max-width: 400px) {
  .fc-button-group {
    display: none !important;
  }
}

@media screen and (max-width: 320px) {
  .fc-button-group {
    display: none !important;
  }
}

@media screen and (max-width: 576px) {
  .fc-toolbar h2 {
    font-size: 1.3em !important;
  }
}

@media screen and (max-width: 400px) {
  .fc-toolbar h2 {
    font-size: 1.3em !important;
  }
}

@media screen and (max-width: 320px) {
  .fc-toolbar h2 {
    font-size: 1.3em !important;
  }
}

.Calendar {
  margin-bottom: 40px;
}

@media screen and (max-width: 2100px) {
  .Calendar {
    margin-top: 10px;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 1900px) {
  .Calendar {
    margin-top: 10px;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 1800px) {
  .Calendar {
    margin-top: 10px;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 1700px) {
  .Calendar {
    margin-top: 10px;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 1600px) {
  .Calendar {
    margin-top: 10px;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 1500px) {
  .Calendar {
    margin-top: 10px;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 1400px) {
  .Calendar {
    margin-top: 10px;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 1300px) {
  .Calendar {
    margin-top: 10px;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 1199px) {
  .Calendar {
    margin-top: 10px;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 991px) {
  .Calendar {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 767px) {
  .Calendar {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 576px) {
  .Calendar {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 400px) {
  .Calendar {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 320px) {
  .Calendar {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

.event-small-list {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
}

.calendar-small {
  float: left;
  display: block;
  margin-right: 15px;
  width: 65px;
  height: 45px;
}

.calendar-small .s-month {
  display: block;
  font-weight: 600;
  height: 22px;
  line-height: 22px;
  text-align: center;
  width: 65px;
}

.calendar-small .s-date {
  font-size: 16px;
  font-weight: 700;
  width: 65px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  display: block;
}

.s-month {
  background-color: #900963;
  color: white;
}

.s-date {
  background-color: lightgray;
  color: #000;
}

.notice_text a {
  text-decoration: none;
}

.post_time {
  font-size: 10px;
  font-weight: normal;
  margin-top: -7px;
  color: #777777;
}

.post_time .fa-calendar {
  font-size: 12px;
}

